gcc-15
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 25 Dec 2025 16:38:13 +0000 (17:38 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 25 Dec 2025 16:38:13 +0000 (17:38 +0100)
Gbp-Pq: Name gcc-15.diff

mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h
mlir/include/mlir/Target/SPIRV/Deserialization.h

index 451c466fa0c950174b03f409ec7c0a6ae746f9e2..642e99d963ef61deb5dcbd01631ac96a01428554 100644 (file)
@@ -10,6 +10,7 @@
 #define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
 
 #include "mlir/Support/LLVM.h"
+#include <cstdint>
 
 namespace mlir {
 class DialectRegistry;
index e39258beeaac86d8e6df3f323688e657bd240be5..a346a7fd1e5f7bff7a7b67d32b06b1429ebd747c 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "mlir/IR/OwningOpRef.h"
 #include "mlir/Support/LLVM.h"
+#include <cstdint>
 
 namespace mlir {
 class MLIRContext;